1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

clean out travis.yml

This commit is contained in:
Dave Conway-Jones 2018-05-03 22:51:07 +01:00
parent a03b060c9a
commit 5d5e82c37b
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -1,14 +1,5 @@
sudo: false sudo: false
language: node_js language: node_js
env:
- CXX="g++-4.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8
node_js: node_js:
- "8" - "8"
- "6" - "6"