mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Travis upgraded its infrastructure which allows CI tests to be ran in docker containers. The result is faster tests. To use it you just have to specify `sudo: false` in the travis CI.
8 lines
84 B
YAML
8 lines
84 B
YAML
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4.1"
|
|
language: node_js
|
|
script: "npm test"
|