Skip to content

Commit

Permalink
Merge 48a0f34 into 2fe6c3f
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jul 13, 2019
2 parents 2fe6c3f + 48a0f34 commit eee6b65
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions .travis.yml
@@ -1,16 +1,33 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
julia:
- 1.0
- 1.1
- nightly
matrix:
include:
- julia: 1.0
os: linux
arch: x64
- julia: 1.1
os: linus
arch: x64
- julia: 1.2
os: linux
arch: x64
- julia: nightly
os: linux
arch: x64
- julia: 1.0
os: linux
arch: arm64
- julia: 1.1
os: linux
arch: arm64
- julia: 1.2
os: linux
arch: arm64
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Primes"); Pkg.test("Primes"; coverage=true)'
# - julia --project=. -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 comments on commit eee6b65

Please sign in to comment.