Skip to content

Commit d110bba

Browse files
committed
Maybe not gcc 4.8?
1 parent c720427 commit d110bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ before_install:
1111
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
1212
sudo apt-get -qq update;
1313
sudo apt-get -qq install g++-4.8;
14+
export CXX='g++-4.8';
1415
fi
15-
- "export CXX='g++-4.8'"
1616
- "export JOBS=4"
1717
- npm install
1818
# This is a random private key used purely for testing.

0 commit comments

Comments
 (0)