mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 06:57:26 +00:00
Moved linux env into matrix.
This commit is contained in:
+5
-5
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user