Skip to content

Commit fbcca5a

Browse files
authored
Feature/ss/test ci (#14)
* test 2 * Removing detached head error * test 3 * Remove yarn, add npm
1 parent c337dc3 commit fbcca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git:
1111
script: cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
1212
--colors --compilers js:babel-core/register server/tests --recursive
1313
after_script:
14-
- yarn report-coverage
14+
- npm report-coverage
1515
before_script:
1616
- npm install -g gulp-cli
1717
deploy:

0 commit comments

Comments
 (0)