Skip to content

Commit

Permalink
ci: Remove redundant TS_NODE env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Aug 9, 2018
1 parent bf13282 commit 625a9ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
language: node_js
sudo: false

env:
global:
- TS_NODE_CACHE_DIRECTORY=./node_modules/.cache/ts-node

before_install:
- npm i -g greenkeeper-lockfile
- if [[ $GH_TOKEN ]]; then ./prepare-gpg-key.sh; fi;
Expand Down

0 comments on commit 625a9ee

Please sign in to comment.