Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 1, 2019
1 parent d0e7a33 commit f75bb15
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 @@ -67,7 +67,7 @@ script:
- '! (npm run typecheck|sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g"|grep ^src)'
- '! (npm run typecheck|grep api)'
- '! (npm run typecheck|grep gmf)'
- '! (npm run typecheck|grep /test)'
- '! (npm run typecheck|grep test)'
- '! (npm run typecheck|grep examples)'
- npm run doc
- npm run build-api
Expand Down

0 comments on commit f75bb15

Please sign in to comment.