Skip to content
Snippets Groups Projects
Commit 058b8efd authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix env

parent 982db1fa
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,7 @@ after_success: ...@@ -31,8 +31,7 @@ after_success:
- if [ $TRAVIS_BRANCH = "master" ]; then git push -f git@github.com:syuilo/misskey release; fi - if [ $TRAVIS_BRANCH = "master" ]; then git push -f git@github.com:syuilo/misskey release; fi
env: env:
- CXX=g++-4.8 - CXX=g++-4.8 NODE_ENV=production
- NODE_ENV=production
addons: addons:
apt: apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment