Skip to content

Commit

Permalink
travis tweak for node env
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 9, 2016
1 parent 30f4022 commit d18ba58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ cache:

language: node_js

env:
- NODE_ENV=production

addons:
apt:
sources:
Expand All @@ -32,6 +29,7 @@ before_script:
# - npm run build

script:
- export NODE_ENV=production
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run release:mac; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run release:linux; fi

Expand Down

0 comments on commit d18ba58

Please sign in to comment.