sudo: false
env:
- NODE_VERSION=0.10
- NODE_VERSION=0.12
- NODE_VERSION=iojs
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm config set spin false"
os:
- osx
- linux
script: npm run test
install:
- test $TRAVIS_OS_NAME = "osx" && brew install nvm && source $(brew --prefix nvm)/nvm.sh || test $TRAVIS_OS_NAME = "linux"
- nvm install $NODE_VERSION
- node --version
- npm --version
- git --version
- npm install
after_script:
- cat coverage/lcov.info | codeclimate
- cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|