Skip to content

Commit

Permalink
Merge pull request #223 from vijos/travis-no-sudo
Browse files Browse the repository at this point in the history
no sudo in .travis.yml
  • Loading branch information
iceboy233 authored Jun 26, 2017
2 parents fa99f4a + fbf72b8 commit 513564c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
sudo: false
services:
- rabbitmq
- mongodb
Expand All @@ -14,9 +14,9 @@ install:
script:
- npm run build:production
- python -m unittest
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
cache:
directories:
- $HOME/.cache/pip
- node_modules
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log

0 comments on commit 513564c

Please sign in to comment.