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 255b915 commit b80624bCopy full SHA for b80624b
.travis.yml
@@ -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