Skip to content

Commit d6584b8

Browse files
committed
use default travis test script setting
1 parent 0b57fca commit d6584b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ julia:
77
- nightly
88
notifications:
99
email: false
10-
before_install:
11-
- curl http://julialang.org/install-julia.sh | sh -s $JULIAVERSION
12-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13-
script:
14-
- julia --check-bounds=yes -e 'versioninfo(); Pkg.init(); Pkg.clone(pwd()); Pkg.test("LightXML")'

0 commit comments

Comments
 (0)