Moved linux env into matrix.

This commit is contained in:
orangemug 2017-04-04 20:18:50 +01:00
parent 44e4ae3740
commit 2651ab891d

View file

@ -1,9 +1,11 @@
language: node_js language: node_js
addons: addons:
firefox: latest firefox: latest
os: matrix:
- linux - include:
- osx - os: linux
env: CXX=g++-4.8
- os: osx
node_js: node_js:
- "4" - "4"
- "5" - "5"
@ -21,8 +23,6 @@ script:
- npm run lint - npm run lint
- npm run lint-styles - npm run lint-styles
- npm run test - npm run test
env:
- CXX=g++-4.8
addons: addons:
apt: apt:
sources: sources: