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 a9d412a commit 2df480eCopy full SHA for 2df480e
.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
-script:
16
- - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("FixedPointNumbers"))`); Pkg.pin("FixedPointNumbers"); Pkg.resolve()'
17
- - julia test/runtests.jl
0 commit comments