Skip to content

Commit c4ef1bd

Browse files
committed
update ci configurations
1 parent d39e47e commit c4ef1bd

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22
node_js:
33
- 5
4-
before_install:
5-
- npm install typings -g
64
script:
7-
- typings install
85
- npm test

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ install:
88
- ps: Install-Product node $env:nodejs_version
99
# install modules
1010
- npm install
11-
- npm install typings -g
12-
- typings install
1311

1412
# Post-install test scripts.
1513
test_script:

0 commit comments

Comments
 (0)