Skip to content

Commit

Permalink
Merge pull request #268 from bcruddy/travis-trusty
Browse files Browse the repository at this point in the history
Update Travis CI environment, add fs-extra v4 to yarn.lock
  • Loading branch information
kulshekhar authored Jul 14, 2017
2 parents 55dd8a0 + 27290d8 commit f77885d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
dist: trusty
sudo: required
language: node_js
node_js:
- "8"
- "6"
- "4"
before_install:
- npm i -g npm@latest tslint
- sudo sysctl fs.inotify.max_user_watches=524288

sudo: required
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,14 @@ fs-extra@^3.0.0:
jsonfile "^3.0.0"
universalify "^0.1.0"

fs-extra@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.0.tgz#414fb4ca2d2170ba0014159d3a8aec3303418d9e"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^3.0.0"
universalify "^0.1.0"

fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
Expand Down

0 comments on commit f77885d

Please sign in to comment.