diff options
| author | Anna Henningsen <[email protected]> | 2015-12-10 22:19:20 +0100 |
|---|---|---|
| committer | Anna Henningsen <[email protected]> | 2015-12-10 22:19:20 +0100 |
| commit | 9c6a832651a1809c2d01ff7d1e07532fc0b7ba41 (patch) | |
| tree | 8bc8ccc45534a3c337ddb9d733e19fade4a182f4 | |
| parent | c69ded1dd61fe371b32a6c45a7bafae1b79932fd (diff) | |
| download | node-coveralls-9c6a832651a1809c2d01ff7d1e07532fc0b7ba41.tar.xz node-coveralls-9c6a832651a1809c2d01ff7d1e07532fc0b7ba41.zip | |
Use container-based infrastructure for Travis CI testing
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 284a527..90c3aeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ node_js: - stable - 4.2 - 0.10 - - 0.11 + - 0.12 script: make test-coveralls - +sudo: false |
