Skip to content

Commit

Permalink
No suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jul 8, 2017
1 parent e1f87a5 commit 60b59e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- npm install [email protected] mkdirp
- cd test-app; meteor npm install --save git://github.com/mitar/vue.git#tracker-compatibility-build
- ln -s ../../meteor/packages/minimongo test-app/packages/minimongo
- sed -i '' "s/.*version.*/$(grep version meteor/packages/tracker/package.js)/" test-app/packages/tracker/package.js
- sed -i "s/.*version.*/$(grep version meteor/packages/tracker/package.js)/" test-app/packages/tracker/package.js
test:
override:
- cd test-app; ../meteor-test-runner/test-all.sh

0 comments on commit 60b59e0

Please sign in to comment.