Skip to content

Commit

Permalink
ci(travis): fixes env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 22, 2018
1 parent 7255876 commit f8cf594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js

env:
- TS_JEST_E2E_WORKDIR=/tmp/ts-jest-e2e-workdir
- TS_JEST_E2E_OPTIMIZATIONS=1
- TS_JEST_E2E_WORKDIR=/tmp/ts-jest-e2e-workdir TS_JEST_E2E_OPTIMIZATIONS=1

cache:
npm: true
Expand Down

0 comments on commit f8cf594

Please sign in to comment.