Skip to content

Commit 0b1e0b4

Browse files
Added tests.
1 parent 661f0ab commit 0b1e0b4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
node_js:
3+
- "7.9"
4+
sudo: true
5+
env:
6+
- CXX=g++-4.8
7+
addons:
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- g++-4.8
13+
before_script:
14+
- cp src/config/config.json.example config/config.json
15+
- npm install -g typescript
16+
- npm install
17+
script:
18+
- "npm test"

0 commit comments

Comments
 (0)