Skip to content

Commit

Permalink
composer & npm update; Replace test_watcher.js with watch-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
duzun committed May 6, 2020
1 parent 6f5fb5a commit 67bd2ae
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 2,897 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ matrix:
fast_finish: true
allow_failures:
- php: 5.3
- php: 7.4
- php: 5.4
- php: 7.2
- php: nightly

dist: trusty
Expand All @@ -31,7 +32,7 @@ cache:
- $HOME/.composer/cache

install:
# remove composer lock to allow installing env speciffic versions
# remove composer lock to allow installing env specific versions
- rm -f composer.lock
# flags to pass to install
- flags="--prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress"
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"crawling",
"PHP"
],
"main": "hquery.php",
"minimum-stability": "RC",
"prefer-stable": true,
"autoload": {
Expand All @@ -42,10 +41,6 @@
"issues": "https://github.com/duzun/hQuery.php/issues",
"source": "https://github.com/duzun/hQuery.php"
},
"repository": {
"type": "git",
"url": "https://github.com/duzun/hQuery.php.git"
},
"archive": {
"exclude": [
"/tests",
Expand Down
Loading

0 comments on commit 67bd2ae

Please sign in to comment.