Skip to content

Commit

Permalink
Try switching order of typings and install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Apr 1, 2016
1 parent c9a8ba0 commit 40b59f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_js:
- "4.2"
install:
- npm install -g typings tsc coveralls
- npm install
- typings install
- npm install

script:
- npm test
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ install:
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install -g typings tsc
- npm install
- typings install
- npm install

# Post-install test scripts.
test_script:
Expand Down

0 comments on commit 40b59f8

Please sign in to comment.