Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Use sudo: false in example .travis.yml
Browse files Browse the repository at this point in the history
See issue #5
  • Loading branch information
Greg Hendershott committed Jan 17, 2016
1 parent 84415da commit 5caea9a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: c

# Optional: To use Travis CI's newer container infrastructure,
# un-comment the following line. (Also be sure RACKET_DIR is set to
# somewhere like ~/racket that doesn't require sudo.)
#
# sudo: false
# To use Travis CI's newer container infrastructure, use the following
# line. (Also be sure RACKET_DIR is set to somewhere like ~/racket
# that doesn't require sudo.)
sudo: false

env:
global:
Expand Down

0 comments on commit 5caea9a

Please sign in to comment.