This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/.travis.yml
Matthew Dillon 20765e5dac Revert "ember-cli 0.2.5"
Will look at this later

This reverts commit 7a24962d30.
2015-05-29 15:45:46 -08:00

22 lines
265 B
YAML

---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test