Skip to content

Commit de41274

Browse files
committed
Upgrade travis settings
1 parent 0ccb6d7 commit de41274

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
language: cpp
2-
compiler:
3-
- clang
1+
language: julia
2+
os:
3+
- linux
4+
- osx
5+
julia:
6+
- 0.3
7+
- 0.4
8+
- nightly
49
notifications:
510
email: false
6-
before_install:
7-
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
8-
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
9-
- sudo apt-get update -qq -y
10-
- 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

Comments
 (0)