We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f7e2a + d9db679 commit e90556fCopy full SHA for e90556f
.travis.yml
@@ -1,7 +1,7 @@
1
#### DO NOT MODIFY. THIS FILE IS AUTOGENERATED ####
2
3
dist: trusty
4
-sudo: required
+sudo: false
5
6
language: generic
7
test-build.sh
@@ -32,7 +32,7 @@ function build () {
32
33
info "Building $full_tag..."
34
35
- if ! docker build -t node:"$full_tag" "$path"; then
+ if ! docker build --cpuset-cpus="0,1" -t node:"$full_tag" "$path"; then
36
fatal "Build of $full_tag failed!"
37
fi
38
info "Build of $full_tag succeeded."
travis.yml.template
@@ -1,5 +1,5 @@
0 commit comments