Skip to content

Commit 7d95927

Browse files
committed
Run against release and nightly
1 parent cf7a34d commit 7d95927

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ compiler:
33
- gcc
44
notifications:
55
email: false
6+
env:
7+
- JULIAVERSION="juliareleases"
8+
- JULIAVERSION="julianightlies"
69
before_install:
710
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
8-
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
11+
- sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
912
- sudo apt-get update -qq -y
1013
- sudo apt-get install julia -y
1114
- git config --global user.name "Travis User"

0 commit comments

Comments
 (0)