Skip to content

Commit d1f0b9d

Browse files
ZauberNerdfkling
authored andcommitted
Force travis to use bigger machine / non-docker (#113)
By setting "sudo: required" we force travis to use a bigger Ubuntu box instead of running in a docker container. See [travis documentation](https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments) for more information. Relates to: #110
1 parent b9f6f8e commit d1f0b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
sudo: required
22
language: node_js
33
node_js:
44
- 4

0 commit comments

Comments
 (0)