mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05: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
|
||||
dist: trusty
|
||||
node_js:
|
||||
- 8
|
||||
- 6
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
@ -17,7 +17,6 @@ before_deploy:
|
|||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
deploy:
|
||||
- provider: script
|
||||
node_js: 8
|
||||
on:
|
||||
all_branches: true
|
||||
condition: $TRAVIS_BRANCH != develop && $TRAVIS_EVENT_TYPE != cron
|
||||
|
|
Loading…
Reference in a new issue