Skip to content

Commit

Permalink
clean up travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Dec 14, 2015
1 parent 99e7e66 commit 3861edc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ addons:
before_install:
- export TRAVIS=test/travis
- source $TRAVIS/setup_env.sh
#- source $TRAVIS/build_mxnet.sh

notifications:
email: false
Expand Down
21 changes: 0 additions & 21 deletions test/travis/build_mxnet.sh

This file was deleted.

1 change: 0 additions & 1 deletion test/travis/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

g++ --version
if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
julia -e 'Pkg.clone(pwd()); Pkg.build("MXNet"); Pkg.test("MXNet"; coverage=true)'

0 comments on commit 3861edc

Please sign in to comment.