ci: remove extraneous scripts

This commit is contained in:
William Boman 2016-06-05 13:17:00 +02:00
parent a6320ca0d1
commit 1d088de974
2 changed files with 0 additions and 9 deletions

View File

@ -18,9 +18,3 @@ deploy:
node: '4' node: '4'
tags: true tags: true
repo: thelounge/lounge repo: thelounge/lounge
script:
- npm run test:mocha
- npm run lint:js
- npm run lint:css

View File

@ -18,9 +18,6 @@ test_script:
- node --version - node --version
- npm --version - npm --version
- npm test - npm test
- npm run test:mocha
- npm run lint:js
- npm run lint:css
# cache npm modules # cache npm modules
cache: cache: