Skip to content

Commit

Permalink
chore(bower): use bower for dependencies
Browse files Browse the repository at this point in the history
Align the initial repository with the new angular-seed style.
  • Loading branch information
petebacondarwin committed Mar 31, 2014
1 parent 7b1d988 commit c4bd23b
Show file tree
Hide file tree
Showing 303 changed files with 71 additions and 135,561 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ tmp
.idea
.DS_Store
angular-phonecat-snapshots
app/lib/angular/docs
app/lib/angular/*.zip
bower_components/
6 changes: 6 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globalstrict": true,
"globals": {
"angular": false
}
}
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: node_js
node_js:
- 0.8
- 0.10

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g karma
- ./scripts/web-server.js > /dev/null &
- npm start > /dev/null &
- npm run update-webdriver
- sleep 1 # give server time to start

script:
- karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
- karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox
- node_modules/.bin/karma start test/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
- node_modules/.bin/protractor test/protractor-conf.js --browser=firefox
Loading

0 comments on commit c4bd23b

Please sign in to comment.