Skip to content

Commit

Permalink
Update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Sep 18, 2018
1 parent c852caf commit 49fd8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,7 @@ julia:
notifications:
email: false
script:
- |
if [ -a .git/shallow ]; then
git fetch --unshallow
fi
- |
julia -e 'if VERSION >= v"0.7.0-DEV.3630"
using Pkg
end
Pkg.clone(pwd())
Pkg.build("SIMD")
Pkg.test("SIMD"; coverage=true)'
- if [ -a .git/shallow ]; then git fetch --unshallow; fi
- julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)';
after_success:
- julia -e 'using Pkg
Pkg.dir("SIMD")
Pkg.add("Coverage")
using Coverage
Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("SIMD")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.0
- julia_version: nightly

platform:
Expand Down

0 comments on commit 49fd8b0

Please sign in to comment.