Skip to content

Commit 12e2b37

Browse files
author
Seulgi Kim
committed
Use sudo for linux travis build
Travis build failed because of memory limit.
1 parent b6347ee commit 12e2b37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ script:
1212
matrix:
1313
allow_failures:
1414
- rust: nightly
15+
include:
16+
- os: linux
17+
sudo: required
18+
- os: osx
1519
cache: cargo
16-
os:
17-
- linux
18-
- osx

0 commit comments

Comments
 (0)