Skip to content

Commit

Permalink
Broccolify.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 13, 2014
1 parent ccafe73 commit bcc9122
Show file tree
Hide file tree
Showing 45 changed files with 1,342 additions and 703 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ node_modules
bundle/
*~
publish_to_bower/
bower_components/
live-dist/
29 changes: 11 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ node_js:
- "0.10"
install:
- "npm install"
- "bin/cached-bundle install --deployment --retry 3 --jobs 4"
before_script:
- rm -rf dist/
- npm run-script build
after_success:
- bundle install --deployment --retry 3 --jobs 4
- bundle exec rake publish_build
- bundle exec rake publish_to_bower
script: bundle exec rake test\[$TEST_SUITE]
notifications:
campfire:
rooms:
- secure: ! 'ia5CUz3FeqK+s238B9ApRz1vt/qpM/WtI5HlYS7GH5WPBbC5vsSUIwV9IqM8
HKvTwLQKHUP5e+6I7E40/ofbQycsNSeglJ0mRRzdLe2SeN68uPsjuy5AKnpn
KpIzGa9OC5tZfN/RqJskLuP8QRvqNCLPyesY1E5GM7lTKYa92PM='
on_success: change
on_failure: always
script:
- bin/run-tests.js
env:
global:
- BROCCOLI_ENV=production
- S3_BUILD_CACHE_BUCKET=emberjs-build-cache
- S3_BUCKET_NAME=builds.emberjs.com
- secure: "SHnuJ4A3QbSc3LV2fYynDPbbSbhVl0ZWnCiKPuRgwnddDnoSaMQUY2RqyHdtsQGdUZCOeNaMvYUhYx6hzxBVHn0yuN3KA20aSwvYdwaMgZXfJi+lyxgsEI8iYdksWXvVbCAyKM8zjTWXUtNcMBGtsGYOfdD41wfZgI8GsI0YYJc="
Expand All @@ -36,9 +31,7 @@ env:
I/BFT0MbnR6JVCZiPV7TCWPgY1gvgZ6TEEIKGqauDMUBdL8ZK6I='
matrix:
- MULTI_BRANCH_TESTS=false TEST_SUITE=packages
- MULTI_BRANCH_TESTS=false TEST_SUITE=old_jquery
- MULTI_BRANCH_TESTS=false TEST_SUITE=extend_prototypes
- MULTI_BRANCH_TESTS=false TEST_SUITE=built
- MULTI_BRANCH_TESTS=false TEST_SUITE=standard FORCE_BRANCH=beta
- MULTI_BRANCH_TESTS=false TEST_SUITE=standard FORCE_BRANCH=stable
- TEST_SUITE=each-package-tests
- TEST_SUITE=built-tests
- TEST_SUITE=old-jquery
- TEST_SUITE=extend-prototypes
223 changes: 0 additions & 223 deletions Assetfile

This file was deleted.

Loading

0 comments on commit bcc9122

Please sign in to comment.