mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 23:17:06 +00:00
ci: remove extraneous scripts
This commit is contained in:
parent
a6320ca0d1
commit
1d088de974
2 changed files with 0 additions and 9 deletions
|
@ -18,9 +18,3 @@ deploy:
|
|||
node: '4'
|
||||
tags: true
|
||||
repo: thelounge/lounge
|
||||
|
||||
script:
|
||||
- npm run test:mocha
|
||||
- npm run lint:js
|
||||
- npm run lint:css
|
||||
|
||||
|
|
|
@ -18,9 +18,6 @@ test_script:
|
|||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
||||
- npm run test:mocha
|
||||
- npm run lint:js
|
||||
- npm run lint:css
|
||||
|
||||
# cache npm modules
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue