Improve tests

This commit is contained in:
hwdsl2 2016-05-14 11:18:16 -05:00
parent 49a74df63b
commit 61d551fc25

View File

@ -1,6 +1,7 @@
language: bash language: bash
sudo: false sudo: required
dist: trusty
addons: addons:
apt: apt:
@ -11,6 +12,5 @@ addons:
script: script:
- shellcheck *.sh extras/*.sh - shellcheck *.sh extras/*.sh
- sudo sed -i "/debian unstable/d" /etc/apt/sources.list
matrix: - sudo sh vpnsetup.sh
fast_finish: true