Skip to content

Commit 25ac9e8

Browse files
committed
Have travis install g++ so it builds the regex engine properly
1 parent ea24a55 commit 25ac9e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ addons:
22
apt:
33
packages:
44
- graphviz
5+
- g++
56
branches:
67
except:
78
- gh-pages

0 commit comments

Comments
 (0)