We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7a34d commit 7d95927Copy full SHA for 7d95927
.travis.yml
@@ -3,9 +3,12 @@ compiler:
3
- gcc
4
notifications:
5
email: false
6
+env:
7
+ - JULIAVERSION="juliareleases"
8
+ - JULIAVERSION="julianightlies"
9
before_install:
10
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- - sudo add-apt-repository ppa:staticfloat/julianightlies -y
11
+ - sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
12
- sudo apt-get update -qq -y
13
- sudo apt-get install julia -y
14
- git config --global user.name "Travis User"
0 commit comments