mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-29 23:02:42 +00:00
chore: remove unnecessary travis config file (#4030)
This commit is contained in:
parent
32f395d7e8
commit
96a737100d
14
.travis.yml
14
.travis.yml
@ -1,14 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "9"
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
install:
|
||||
- yarn install
|
||||
script:
|
||||
- yarn run test
|
||||
after_success:
|
||||
- yarn run coverage
|
Loading…
Reference in New Issue
Block a user