Skip to content

Commit

Permalink
Removed test script for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaTretyak committed Mar 26, 2021
1 parent 1ad2937 commit dc438bb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
sudo: false
language: node_js
node_js:
- "8"
- "9"
- "10"
- '8'
- '9'
- '10'
cache:
yarn: true
yarn: true
script:
- yarn build
- yarn test
- yarn build

0 comments on commit dc438bb

Please sign in to comment.