Skip to content

Commit a1a8dfd

Browse files
paulyoungowickstrom
authored andcommitted
Try using sudo to speed up Travis builds
1 parent 040d83f commit a1a8dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
sudo: false
2+
sudo: true
33
node_js:
44
- 10
55
env:
@@ -11,8 +11,8 @@ install:
1111
- npm install -g bower pulp@^12.3.0
1212
- bower install
1313
script:
14-
- travis_wait pulp build
15-
- travis_wait pulp test
14+
- pulp build
15+
- pulp test
1616

1717
cache:
1818
directories:

0 commit comments

Comments
 (0)