1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00

travis tweaks

This commit is contained in:
Matthias Kretschmann 2018-10-23 00:38:10 +02:00
parent d2dc2ae96b
commit 12966f3ef1
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -6,6 +6,22 @@ cache:
- node_modules
- public
compiler:
- gcc
- clang
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- clang
install:
- npm i