Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 705d1f0

Browse filesBrowse files
committed
use python instead of ruby
1 parent 243e273 commit 705d1f0
Copy full SHA for 705d1f0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.