Skip to content

Commit

Permalink
Fix travis configuration (compiler C++)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 17, 2016
1 parent 3380b05 commit a1d96aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ node_js:
- '5'
- 'node'

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_install:
- "npm install -g typescript@2.0.2"

Expand Down

0 comments on commit a1d96aa

Please sign in to comment.