Skip to content

Commit a81a29b

Browse files
committed
Fixes travis-ci
1 parent 138c0ff commit a81a29b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ install:
1212
before_script:
1313
- "export DISPLAY=:99.0"
1414
- "sh -e /etc/init.d/xvfb start"
15-
- "npm install -g typings"
1615

1716
script:
1817
- npm test

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"atom": {
33
"rewriteTsConfig": true
44
},
5+
"typeRoots": [
6+
"typings/global",
7+
"typings/modules"
8+
],
59
"compilerOptions": {
610
"baseUrl": ".",
711
"paths": {

0 commit comments

Comments
 (0)