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 3d493d4 commit b5e0da9Copy full SHA for b5e0da9
.travis.yml
@@ -1,17 +1,10 @@
1
-language: cpp
2
-compiler:
3
- - clang
+language: julia
+os:
+ - linux
4
+ - osx
5
+julia:
6
+ - 0.3
7
+ - 0.4
8
+ - nightly
9
notifications:
10
email: false
-env:
- matrix:
- - JULIAVERSION="juliareleases"
- - JULIAVERSION="julianightlies"
-before_install:
11
- - sudo add-apt-repository ppa:staticfloat/julia-deps -y
12
- - sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
13
- - sudo apt-get update -qq -y
14
- - sudo apt-get install libpcre3-dev julia -y
15
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16
-script:
17
- - julia -e 'versioninfo(); Pkg.init(); Pkg.clone(pwd()); Pkg.test("Formatting")'
0 commit comments