Skip to content

Commit

Permalink
try to update packages and meteor
Browse files Browse the repository at this point in the history
meteor/todos#153 looks related
  • Loading branch information
serut committed Jun 23, 2016
1 parent c61bd60 commit 1e3dbe3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ ecmascript # Enable ECMAScript2015+ syntax in app code
autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
dburles:eslint
practicalmeteor:mocha
practicalmeteor:mocha-console-runner
dispatch:mocha-phantomjs
practicalmeteor:mocha@2.4.5_4
lmieulet:meteor-coverage
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.3.3.1
METEOR@1.3.4
19 changes: 10 additions & 9 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allow-deny@1.0.5
autopublish@1.0.7
autoupdate@1.2.10
babel-compiler@6.8.2
babel-compiler@6.8.3
babel-runtime@0.1.9
base64@1.0.9
binary-heap@1.0.9
Expand All @@ -13,15 +13,17 @@ caching-compiler@1.0.5
caching-html-compiler@1.0.6
callback-hook@1.0.9
check@1.2.3
coffeescript@1.1.1
coffeescript@1.1.2
dburles:eslint@1.1.0
ddp@1.2.5
ddp-client@1.2.8
ddp-common@1.2.6
ddp-server@1.2.8
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.4.5
dispatch:mocha-phantomjs@0.1.6
dispatch:phantomjs-tests@0.0.5
ecmascript@0.4.6
ecmascript-runtime@0.2.11
ejson@1.0.12
es5-shim@4.5.12
Expand All @@ -30,7 +32,7 @@ geojson-utils@1.0.9
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.1.6
http@1.1.7
id-map@1.0.8
insecure@1.0.7
jquery@1.11.9
Expand All @@ -46,7 +48,7 @@ minifier-js@1.1.12
minimongo@1.0.17
mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.6.3
modules@0.6.4
modules-runtime@0.6.4
mongo@1.1.9
mongo-id@1.0.5
Expand All @@ -55,21 +57,20 @@ observe-sequence@1.0.12
ordered-dict@1.0.8
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
practicalmeteor:mocha@2.4.5_3
practicalmeteor:mocha-console-runner@0.2.1
practicalmeteor:mocha@2.4.5_4
practicalmeteor:mocha-core@1.0.0
practicalmeteor:sinon@1.14.1_2
promise@0.7.2
random@1.0.10
reactive-var@1.0.10
reload@1.1.9
reload@1.1.10
retry@1.0.8
routepolicy@1.0.11
spacebars@1.0.12
spacebars-compiler@1.0.12
standard-minifier-css@1.0.7
standard-minifier-js@1.0.7
templating@1.1.11
templating@1.1.12
templating-tools@1.0.4
tmeasday:test-reporter-helpers@0.2.1
tracker@1.0.14
Expand Down
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ before_install:
- npm install -g https://github.com/serut/spacejam/tarball/master coveralls

script:
- meteor remove practicalmeteor:mocha
- meteor add dispatch:mocha-phantomjs
# Unit test using mocha
- spacejam test --loglevel debug --driver-package=practicalmeteor:mocha-phantomjs --coverage
- spacejam test --loglevel debug --driver-package dispatch:mocha-phantomjs --coverage
# Integration test using mocha
- spacejam test --full-app --loglevel debug --driver-package=practicalmeteor:mocha-phantomjs --coverage && cat lcov.info | coveralls
- spacejam test --full-app --loglevel debug --driver-package dispatch:mocha-phantomjs --coverage && cat lcov.info | coveralls
# Package test using mocha
- spacejam test-packages --loglevel debug --driver-package=practicalmeteor:mocha-phantomjs --coverage
- spacejam test-packages --loglevel debug --driver-package dispatch:mocha-phantomjs --coverage
# Package test using tinytest
- spacejam test-packages --loglevel debug --coverage
# Package test using tinytest creates a coverage file with wrong path ?
Expand Down

0 comments on commit 1e3dbe3

Please sign in to comment.