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 0ccb6d7 commit de41274Copy full SHA for de41274
.travis.yml
@@ -1,14 +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
-before_install:
- - sudo add-apt-repository ppa:staticfloat/julia-deps -y
- - sudo add-apt-repository ppa:staticfloat/julianightlies -y
- - sudo apt-get update -qq -y
- - sudo apt-get install libpcre3-dev julia -y
11
-script:
12
- - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir())/Polynomial`); Pkg.resolve()'
13
- - julia -e 'using Polynomial; @assert isdefined(:Polynomial); @assert typeof(Polynomial) === Module'
14
- - julia test/tests.jl
0 commit comments