Skip to content

Commit 961c626

Browse files
Merge pull request #16 from martincostello/Fix-Tests
Fix tests
2 parents ac33a36 + cac46f4 commit 961c626

File tree

5 files changed

+4174
-13
lines changed

5 files changed

+4174
-13
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11+
[*.cs]
12+
indent_size = 4
13+
1114
[*.md]
1215
trim_trailing_whitespace = false

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
sudo: false
1+
dist: xenial
22
language: node_js
3-
node_js:
4-
- 'iojs'
5-
- '0.12'
6-
- '0.10'
3+
node_js: "node"
4+
sudo: false
5+
6+
install:
7+
- npm ci
8+
9+
script:
10+
- npm test

0 commit comments

Comments
 (0)