Skip to content

Commit

Permalink
Merge pull request #36 from tkelman/patch-1
Browse files Browse the repository at this point in the history
fix travis for 0.6
  • Loading branch information
SimonDanisch authored Jul 12, 2017
2 parents bc26b6d + d4bc4f5 commit b393a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: julia
os:
- linux
dist: trusty
julia:
- 0.4
- 0.5
- 0.6
- nightly
notifications:
email: false
addons:
apt:
packages:
- cmake
- libxxf86vm-dev
sources:
- kubuntu-backports
- xorg-dev
before_script:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; fi
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

branches:
only:
Expand Down

0 comments on commit b393a7d

Please sign in to comment.