mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-04 07:43:53 +00:00
ci: tweak job run order (#1740)
This commit is contained in:
parent
10bc79574e
commit
a2b04f0ee1
1 changed files with 10 additions and 8 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -18,6 +18,16 @@ language: node_js
|
|||
|
||||
matrix:
|
||||
include:
|
||||
# Run e2e tests on branch builds, not PRs
|
||||
# Start this first because it takes a while, so it doesn't only start running after
|
||||
# other jobs have run
|
||||
- node_js: 10
|
||||
env: ENDTOEND=true
|
||||
if: type = push
|
||||
addons:
|
||||
apt: *APT
|
||||
hosts: *HOSTS
|
||||
sauce_connect: *SAUCE
|
||||
- node_js: 'stable'
|
||||
env: UNIT=true
|
||||
addons:
|
||||
|
|
@ -44,14 +54,6 @@ matrix:
|
|||
if: branch = master AND type = push
|
||||
addons:
|
||||
apt: *APT
|
||||
# Run e2e tests on branch builds, not PRs
|
||||
- node_js: 10
|
||||
env: ENDTOEND=true
|
||||
if: type = push
|
||||
addons:
|
||||
apt: *APT
|
||||
hosts: *HOSTS
|
||||
sauce_connect: *SAUCE
|
||||
before_install:
|
||||
- nvm install-latest-npm
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue