Skip to content

Commit

Permalink
update travis config for v1.0.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels authored Aug 8, 2018
1 parent 14bb015 commit 6797445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ notifications:
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --color=yes -e 'Pkg.clone(pwd()); Pkg.build("ForwardDiff"); Pkg.test("ForwardDiff"; coverage=true)';
- julia --color=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("ForwardDiff"); Pkg.test("ForwardDiff"; coverage=true)';
- julia --color=yes -O3 -e 'using Pkg; Pkg.add("StaticArrays"); include("test/SIMDTest.jl")';
after_success:
- julia --color=yes -e 'Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia --color=yes -e 'Pkg.add("Documenter")'
- julia --color=yes -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia --color=yes -e 'using Pkg; Pkg.add("Documenter")'
- julia --color=yes -e 'include("docs/make.jl")'

0 comments on commit 6797445

Please sign in to comment.