Skip to content

Commit 97f6b0f

Browse files
committed
Improves no-deps.
1 parent 44051f9 commit 97f6b0f

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/bootstrap/compiled.php
22
/vendor
3+
composer.phar
34
.DS_Store
45
Thumbs.db
56

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88

99
install:
1010
- npm install -g bower
11+
- php -r "readfile('https://getcomposer.org/installer');" | php
1112
- php composer.phar install --no-interaction --dev
1213

1314
before_script:

public/assets/js/bower_components/underscore/underscore-min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)