Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Turn on Travis testing for 0.5, nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 22, 2016
1 parent 4d543d4 commit f6ff2a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: julia
sudo: false
matrix:
include:
- os: linux
julia: 0.4
env: TESTCMD="xvfb-run julia"
- os: osx
julia: 0.4
env: TESTCMD="julia"
os:
- linux
- osx
julia:
- 0.4
- 0.5
- nightly
notifications:
email: false
addons:
Expand All @@ -18,6 +17,7 @@ addons:
- libgtk-3-0
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- [[ `uname` = "Linux" ]] && TESTCMD="xvfb-run julia" || TESTCMD="julia"
- $TESTCMD -e 'Pkg.clone(pwd()); using BinDeps;
println(BinDeps.debug("Gtk"));
Pkg.build("Gtk");
Expand Down

0 comments on commit f6ff2a3

Please sign in to comment.