Skip to content

Commit 7c6f1bd

Browse files
author
Ruben Bridgewater
committed
Fix travis env setting
1 parent 2c4e6b0 commit 7c6f1bd

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
@@ -1,8 +1,7 @@
11
language: node_js
22
sudo: false
33
env:
4-
- CXX=g++-4.8
5-
- TRAVIS=true
4+
- CXX=g++-4.8 TRAVIS=true
65
addons:
76
apt:
87
sources:

0 commit comments

Comments
 (0)