Forked from
KSZK / DevTeam / kszkepzes / old / kszkepzes-frontend
260 commits behind the upstream repository.
-
Barnabás Czémán authoredBarnabás Czémán authored
.travis.yml 185 B
language: node_js
node_js:
- "8"
- "9"
# command to install dependencies
install:
- npm install
# command to run tests
script:
- ./node_modules/.bin/eslint .
- npm run test