Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Set NODE_ENV for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 4, 2019
1 parent 10fb08e commit bd70009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js: 12

env:
- NODE_ENV=ci
- NODE_ENV=ci-staging
before_script: yarn
script:
- yarn lint
Expand Down

0 comments on commit bd70009

Please sign in to comment.