Skip to content

Commit 0b91e48

Browse files
committed
Update TravisCI: build master, but omit OS X since I still haven't
figured out what goes wrong on the Travis machine, somehow the compiler flags are selected wrongly... (cherry picked from commit bab681a)
1 parent cb51ad2 commit 0b91e48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ compiler:
55

66
branches:
77
only:
8-
- v1.4-dev
8+
- master
99
- v1.5-dev
1010

1111
os:
1212
- linux
13-
- osx
1413

1514
before_install:
1615
- $CXX --version

0 commit comments

Comments
 (0)