mirror of
https://github.com/maputnik/editor.git
synced 2026-06-23 15:47:27 +00:00
Removed linux from travis. CircleCI now takes care of that
This commit is contained in:
-19
@@ -1,30 +1,12 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
addons:
|
|
||||||
firefox: latest
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
node_js: "6"
|
|
||||||
- os: linux
|
|
||||||
env: CXX=g++-4.8
|
|
||||||
node_js: "7"
|
|
||||||
- os: linux
|
|
||||||
node_js: "8"
|
|
||||||
- os: linux
|
|
||||||
env: CXX=g++-4.8
|
|
||||||
node_js: "9"
|
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js: "6"
|
node_js: "6"
|
||||||
- os: osx
|
|
||||||
node_js: "7"
|
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js: "8"
|
node_js: "8"
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js: "9"
|
node_js: "9"
|
||||||
before_install:
|
|
||||||
- export CHROME_BIN=chromium-browser
|
|
||||||
- export DISPLAY=:99.0
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
@@ -32,7 +14,6 @@ script:
|
|||||||
- node --stack_size=100000 $(which npm) run build
|
- node --stack_size=100000 $(which npm) run build
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run lint-styles
|
- npm run lint-styles
|
||||||
- npm run test
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user