Skip to content

Commit

Permalink
letzten Stand sichern
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurka committed Sep 20, 2015
1 parent 37b94cb commit 900de87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ before_install:

install:
- (cd ember && npm install)
- (cd ember && bower install)
- (cd rails && bundle install --path vendor/bundle)

script:
- (cd ember && npm test)
- (cd rails && bundle exec rake)

after_script:
- (cd ember && codeclimate-test-reporter < lcov.info)
3 changes: 2 additions & 1 deletion ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember test"
"test": "ember test",
"postinstall": "bower install"
},
"repository": "",
"engines": {
Expand Down

0 comments on commit 900de87

Please sign in to comment.