Skip to content

Commit cb721c3

Browse files
Update .travis.yml
1 parent 0ece109 commit cb721c3

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
git:
2-
submodules: false
3-
4-
# https://docs.travis-ci.com/user/caching
5-
cache:
6-
directories:
7-
# `cache: ccache: true` has no effect if `language:` is not `c` or `cpp`
8-
- $HOME/.ccache
9-
10-
# Add more cache stages (s2 etc) and corresponding OSX jobs like s1
11-
# if brew builds start to take longer than one Travis time limit
12-
stages:
13-
- final
1+
language: python
142

153
jobs:
164
fast_finish: true

0 commit comments

Comments
 (0)