Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Revert "travis: switch to container-based tests"
Browse files Browse the repository at this point in the history
This reverts commit f1af216. Inability
to install a simple -dev package is bothering. Just use the old VM
infrastructure instead.
  • Loading branch information
vincentbernat committed Sep 22, 2015
1 parent 36bab3b commit 86956bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ node_js:
- "0.10"
- "0.12"
- "4.1"
sudo: false
addons:
apt:
packages:
- libavahi-compat-libdnssd-dev
before_install:
- "sudo apt-get update"
- "sudo apt-get install libavahi-compat-libdnssd-dev"
- "npm install -g grunt-cli bower"
script:
- "npm test"
Expand Down

0 comments on commit 86956bb

Please sign in to comment.