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 243e273 commit 705d1f0Copy full SHA for 705d1f0
.travis.yml
@@ -20,6 +20,8 @@ cache:
20
# `cache: ccache: true` has no effect if `language:` is not `c` or `cpp`
21
- $HOME/.ccache
22
23
+language: python
24
+
25
# Add more cache stages (s2 etc) and corresponding OSX jobs like s1
26
# if brew builds start to take longer than one Travis time limit
27
stages:
@@ -30,7 +32,7 @@ jobs:
30
32
fast_finish: true
31
33
# Travis exclude is buggy, this seems to be the only way to disable default build
34
exclude:
- - language: ruby
35
+ - language: python
36
include:
37
- os: osx
38
env:
0 commit comments