Skip to content

Commit 2c4e6b0

Browse files
author
Ruben Bridgewater
committed
Fix travis env settings
1 parent d5861c3 commit 2c4e6b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ language: node_js
22
sudo: false
33
env:
44
- CXX=g++-4.8
5+
- TRAVIS=true
56
addons:
67
apt:
78
sources:
89
- ubuntu-toolchain-r-test
910
packages:
1011
- g++-4.8
11-
env:
12-
- TRAVIS=true
1312
node_js:
1413
- "0.10"
1514
- "0.12"

0 commit comments

Comments
 (0)