Skip to content

Commit 4adb4d9

Browse files
committed
setgid on test directory - make travis fail as per #103
1 parent f51e567 commit 4adb4d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- 'stable'
45
- '4.1'
56
- '4.0'
67
- '0.12'
78
- '0.10'
9+
before_script:
10+
- find test -type d -exec chmod g+s {} \;
811
after_script:
912
- npm run coveralls

0 commit comments

Comments
 (0)