Skip to content

Commit 0b57fca

Browse files
committed
Update Travis to use Julia Language Support
1 parent 1138cab commit 0b57fca

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
language: cpp
1+
language: julia
22
os:
33
- linux
44
- osx
5-
compiler:
6-
- clang
5+
julia:
6+
- release
7+
- nightly
78
notifications:
8-
email: false
9-
env:
10-
matrix:
11-
- JULIAVERSION="juliareleases"
12-
- JULIAVERSION="julianightlies"
9+
email: false
1310
before_install:
1411
- curl http://julialang.org/install-julia.sh | sh -s $JULIAVERSION
1512
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)