Skip to content

Commit 584f9c4

Browse files
activate travis
Signed-off-by: Arnav Gupta <[email protected]>
1 parent c82d64c commit 584f9c4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
group: travis_latest
2+
sudo: required
3+
node_js:
4+
- "8"
5+
6+
before_install:
7+
- sudo apt-get update
8+
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-ce
9+
10+
install:
11+
- npm install -D
12+
13+
script:
14+
- npm run test

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"allowSyntheticDefaultImports": true,
77
"sourceMap": true,
88
"sourceRoot": ".",
9-
"rootDir": "src",
9+
"baseUrl": "src",
1010
"outDir": "dist"
1111
},
1212
"include": [

0 commit comments

Comments
 (0)