Skip to content

Commit 0e4a684

Browse files
committed
chore: remove examples from travis
1 parent cd25bd2 commit 0e4a684

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ cache:
1111
- $HOME/.npm
1212
- $HOME/.yarn-cache
1313
- node_modules
14-
- examples/hello-world/node_modules
1514

1615
notifications:
1716
# disable email notification
@@ -24,15 +23,12 @@ before_install:
2423
- yarn global add coveralls
2524
# remove unused node modules from cache
2625
- npm prune
27-
- (cd examples/hello-world && npm prune)
2826

2927
install:
3028
- yarn
31-
- (cd examples/hello-world && rm -rf node_modules/angular2-apollo && npm i)
3229

3330
script:
3431
- yarn test
35-
- (cd examples/hello-world && npm test)
3632

3733
after_script:
3834
# send code-coverage report to coveralls

0 commit comments

Comments
 (0)