Skip to content

Commit 705d1f0

Browse files
committed
use python instead of ruby
1 parent 243e273 commit 705d1f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cache:
2020
# `cache: ccache: true` has no effect if `language:` is not `c` or `cpp`
2121
- $HOME/.ccache
2222

23+
language: python
24+
2325
# Add more cache stages (s2 etc) and corresponding OSX jobs like s1
2426
# if brew builds start to take longer than one Travis time limit
2527
stages:
@@ -30,7 +32,7 @@ jobs:
3032
fast_finish: true
3133
# Travis exclude is buggy, this seems to be the only way to disable default build
3234
exclude:
33-
- language: ruby
35+
- language: python
3436
include:
3537
- os: osx
3638
env:

0 commit comments

Comments
 (0)