Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Use sudo and trusty on Travis CI for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 19, 2016
1 parent 9a49eb8 commit 35ef86d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
language: python

# Use container-based infrastructure
sudo: false

addons:
apt:
packages:
- shellcheck
- libffi-dev
- libssl-dev
- nodejs
sudo: required
dist: trusty

matrix:
include:
Expand All @@ -21,7 +13,8 @@ cache:
- $HOME/.cache/pip

before_install:
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install -y libffi-dev libssl-dev nodejs shellcheck

install:
- npm install -g jscs eslint csslint sass-lint jsonlint stylelint eslint-plugin-react eslint-plugin-react-native babel-eslint
Expand Down

0 comments on commit 35ef86d

Please sign in to comment.