Skip to content

Commit

Permalink
Merge pull request #35 from mbauman/teh/travis
Browse files Browse the repository at this point in the history
Test Julia 0.5 and skip cloning Tuples.jl
  • Loading branch information
timholy committed Sep 11, 2016
2 parents e34dcc5 + 3735444 commit 76a3a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ os:
- osx
julia:
- 0.4
- 0.5
- nightly
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("https://github.com/mbauman/Tuples.jl"); Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
- julia -e 'Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit 76a3a3d

Please sign in to comment.