summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-15 14:38:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-15 14:38:01 +0900
commit373f5015f938951f96dcaae829bb90c20fa58ff0 (patch)
tree45aa809cbe26dff8acd0765efa94de69caa4f625
parent:v: (diff)
parentUpdate .travis.yml (diff)
downloadmisskey-373f5015f938951f96dcaae829bb90c20fa58ff0.tar.gz
misskey-373f5015f938951f96dcaae829bb90c20fa58ff0.tar.bz2
misskey-373f5015f938951f96dcaae829bb90c20fa58ff0.zip
Merge branch 'master' of https://github.com/syuilo/misskey
-rw-r--r--.travis.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e33a2d12c..aa1410c6e3 100644
--- a/.travis.yml
+++ b/.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