Update .travis.yml

Testing if the REQUIRE julia 0.4.0 - works
This commit is contained in:
Tero Frondelius
2015-06-20 22:26:26 +03:00
parent 3ccf625df5
commit e0d3c02f73
+2 -2
View File
@@ -2,13 +2,13 @@ language: julia
os:
- linux
julia:
# - release
- release
- nightly
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("JuliaFEM"); run(`ls -al`) ;Pkg.test("JuliaFEM"; coverage=true)'
# - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("JuliaFEM"); Pkg.test("JuliaFEM"; coverage=true)'
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("JuliaFEM")'
after_success:
- julia -e 'Pkg.test("JuliaFEM"; coverage=true)'