You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ before_cache:
18
18
19
19
env:
20
20
global:
21
+
# Use newer verison of GCC to that is required to compile native npm modules for Node v4+ on Ubuntu Precise
22
+
# more info: https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
23
+
- CXX=g++-4.8
21
24
- KARMA_DART_BROWSERS=DartiumWithWebPlatform
22
25
# No sandbox mode is needed for Chromium in Travis, it crashes otherwise: https://sites.google.com/a/chromium.org/chromedriver/help/chrome-doesn-t-start
0 commit comments