We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b57fca commit d6584b8Copy full SHA for d6584b8
.travis.yml
@@ -7,8 +7,3 @@ julia:
7
- nightly
8
notifications:
9
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