Skip to content

Commit

Permalink
chore: remove outdated integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored and jonathantneal committed Oct 24, 2018
1 parent 0d573ed commit 23d702b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -3,20 +3,18 @@ sudo: false
language: node_js
matrix:
include:
- node_js: '11'
- node_js: '10'
env: INTEGRATION=false
- node_js: '8'
env: INTEGRATION=true
- node_js: '6'
env: INTEGRATION=false
install:
- npm install -g npm@latest
- npm ci
script:
- npm test
- ./integration_test.sh
cache:
directories:
- ~/.npm
- node_modules
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
1 change: 0 additions & 1 deletion integration/stylelint
Submodule stylelint deleted from e5113b
12 changes: 0 additions & 12 deletions integration_test.sh

This file was deleted.

0 comments on commit 23d702b

Please sign in to comment.