Skip to content

Commit

Permalink
ci: remove extraneous scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jun 5, 2016
1 parent bd1c0c0 commit ee55313
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -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

3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -18,9 +18,6 @@ test_script:
- node --version
- npm --version
- npm test
- npm run test:mocha
- npm run lint:js
- npm run lint:css

# Don't actually build
build: off

0 comments on commit ee55313

Please sign in to comment.