Skip to content

Commit c028891

Browse files
author
Kent Knox
committed
Disable linux builds as Boost sporadically fails to build in Travis
1 parent 3df6743 commit c028891

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ language: cpp
1717
sudo: required # false
1818

1919
# os: expands the build matrix to include multiple os's
20+
# disable linux, as we get sporadic failures on building boost, needs investigation
2021
os:
21-
- linux
22+
# - linux
2223
- osx
2324

2425
# compiler: expands the build matrix to include multiple compilers (per os)

0 commit comments

Comments
 (0)