mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Add compiler requirements to fix npm update
This commit is contained in:
parent
6652b4920b
commit
df028b32bb
1 changed files with 5 additions and 0 deletions
|
@ -5,12 +5,17 @@ language: node_js
|
|||
node_js:
|
||||
- 5.1.1
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- mongodb-upstart
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- mongodb-org-server
|
||||
- g++-4.8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue