Skip to content

Commit 0fbe3d2

Browse files
committed
Change tested language in travis to cpp.
Shift the git block so it is easier to compare with other repos. No change in code meaning.
1 parent 1bf3f3a commit 0fbe3d2

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
sudo: required
22

3-
language: generic
3+
language: cpp
44

55
os:
66
- linux
77
- osx
88

9-
branches:
10-
except:
11-
- /^v[0-9]/
12-
13-
git:
14-
depth: 999999
15-
169
env:
1710
global:
1811
- MYPYTHON_VERSION=2.7
@@ -25,6 +18,14 @@ matrix:
2518
- os: osx
2619
env: MYUSEMC=false
2720

21+
git:
22+
depth: 999999
23+
24+
branches:
25+
except:
26+
- /^v[0-9]/
27+
28+
2829
before_install:
2930
- umask 022
3031
- git fetch origin --tags

0 commit comments

Comments
 (0)