mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-25 04:11:20 -04:00
Revert yml to node 6
This commit is contained in:
parent
2ec9be80a9
commit
b20bcfd46f
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ language: node_js
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 6
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@ -17,7 +17,6 @@ before_deploy:
|
||||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
node_js: 8
|
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $TRAVIS_BRANCH != develop && $TRAVIS_EVENT_TYPE != cron
|
condition: $TRAVIS_BRANCH != develop && $TRAVIS_EVENT_TYPE != cron
|
||||||
|
|
Loading…
Add table
Reference in a new issue