Skip to content

Commit b80624b

Browse files
update travis
1 parent 255b915 commit b80624b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: julia
2+
os:
3+
- linux
4+
- osx
5+
julia:
6+
- release
7+
- nightly
8+
notifications:
9+
email: false
10+
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+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
17+
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Plotly"); Pkg.test("Plotly"; coverage=true)'

0 commit comments

Comments
 (0)