Skip to content

Commit c55cae2

Browse files
committed
chore(travis): change travis config to use modern compiler
1 parent 4cf1fdc commit c55cae2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ cache:
3939
- node_modules
4040

4141
addons:
42+
apt:
43+
sources:
44+
- ubuntu-toolchain-r-test
45+
packages:
46+
- g++-4.8
4247
mariadb: "10.0"
4348

49+
before_install:
50+
- export CXX=g++-4.8; export CC=gcc-4.8;
51+
4452
before_script:
4553
- until nc -z localhost 27017 ; do echo Waiting for MongoDB; sleep 1; done
4654
- mysql -e "create database db_migrate_test;"

0 commit comments

Comments
 (0)