mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
373f5015f9
13
.travis.yml
13
.travis.yml
@ -4,14 +4,10 @@
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
branches:
|
||||
except:
|
||||
- release
|
||||
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 8.4.0
|
||||
- 9.8.0
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8 NODE_ENV=production
|
||||
@ -45,9 +41,4 @@ before_script:
|
||||
- cp ./.travis/default.yml ./.config
|
||||
- cp ./.travis/test.yml ./.config
|
||||
|
||||
- npm run build
|
||||
|
||||
after_success:
|
||||
# リリース
|
||||
- chmod u+x ./.travis/release.sh
|
||||
- if [ $TRAVIS_BRANCH = "master" ] && [ $TRAVIS_PULL_REQUEST = "false" ]; then ./.travis/release.sh; else echo "Skipping releasing task"; fi
|
||||
- travis_wait npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user