This commit is contained in:
Thomas Breloff 2016-04-29 10:59:10 -04:00
parent c618e0577a
commit 6ab5b8eb68

View File

@ -1,8 +1,8 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/ # Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia language: julia
# os: os:
# - linux - linux
# - osx - osx
julia: julia:
- 0.4 - 0.4
#- nightly #- nightly
@ -18,10 +18,10 @@ julia:
# # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install wkhtmltopdf; fi # # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install wkhtmltopdf; fi
# #
# #
# sudo: required sudo: required
# before_install: before_install:
# - sudo apt-get -qq update - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
# - sudo apt-get install -y wkhtmltopdf - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y wkhtmltopdf ; fi
# # borrowed from Blink.jl's travis file # # borrowed from Blink.jl's travis file
# matrix: # matrix:
@ -33,14 +33,14 @@ julia:
# julia: 0.4 # julia: 0.4
# env: TESTCMD="julia" # env: TESTCMD="julia"
matrix: # matrix:
include: # include:
- os: linux # - os: linux
sudo: required # sudo: required
before_install: # before_install:
- sudo apt-get -qq update # - sudo apt-get -qq update
- sudo apt-get install -y wkhtmltopdf # - sudo apt-get install -y wkhtmltopdf
- os: osx # - os: osx
notifications: notifications: