thelounge/.travis.yml
William Boman 679e27fd97 .travis.yml: remove before_script
This is no longer needed since introduction of test fixtures.
2015-10-02 14:44:40 +02:00

8 lines
81 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
sudo: false