Skip to content

Commit

Permalink
Updates to travis build config (fabricjs#5974)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Nov 18, 2019
1 parent 8e82312 commit 56e51c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "10"
- "12"

addons:
apt:
Expand All @@ -12,7 +12,6 @@ addons:
- libjpeg8-dev
- librsvg2-dev
- libcairo2-dev
- g++-4.9

stages:
- Linting and Building
Expand Down Expand Up @@ -63,6 +62,9 @@ jobs:
addons:
apt:
packages: # avoid installing packages
- stage: Unit Tests
env: LAUNCHER=Node
node_js: "13"
- stage: Unit Tests
env: LAUNCHER=Node
node_js: "12"
Expand All @@ -73,7 +75,7 @@ jobs:
node_js: "8"
- stage: Visual Tests
env: LAUNCHER=Node
node_js: "10"
node_js: "12"
script: npm run build:fast && npm run test:visual
- stage: Visual Tests
env: LAUNCHER=Chrome
Expand All @@ -100,4 +102,4 @@ jobs:
os: windows
script: npm run build:fast && npm run test

dist: xenial
dist: bionic

0 comments on commit 56e51c8

Please sign in to comment.