Skip to content

Commit

Permalink
Travis updated to test with Julia 1.2 and allow to fail with nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius committed Aug 24, 2019
1 parent 9fe6398 commit 43ceb24
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
language: julia

os:
- linux

julia:
- 1.0
- 1.2
- nightly

matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
script:
- julia --project -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/JuliaFEM/Materials.jl"));
Pkg.build();
Pkg.test(; coverage=true)'

after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 43ceb24

Please sign in to comment.