Skip to content

Commit

Permalink
Always install local package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Dec 20, 2018
1 parent 7600289 commit 8495ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
dist: trusty
install:
- pear upgrade --force --alldeps pear/pear
- pear install package.xml
- pear install -f package.xml
script:
- pear run-tests -qr tests/
- for i in `find tests/ -name '*.out'`; do echo "$i"; cat "$i"; done

0 comments on commit 8495ffb

Please sign in to comment.