Skip to content

Commit

Permalink
Update travis (C++11 standard-compilant compiler)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Dec 8, 2015
1 parent 30274a6 commit 9c1cf84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ node_js:
cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- google-chrome
- ubuntu-toolchain-r-test
packages:
- google-chrome-stable
- g++-4.8

install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
Expand Down

0 comments on commit 9c1cf84

Please sign in to comment.