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 90c3d63 commit c4a5e2aCopy full SHA for c4a5e2a
.travis.yml
@@ -1,5 +1,9 @@
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
+# avoid duplicate tests in PRs
4
+branches:
5
+ only:
6
+ - master
7
os:
8
- linux
9
# - osx
0 commit comments