Skip to content

Commit

Permalink
nodejs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
melya committed Mar 23, 2020
1 parent 4144a58 commit 4c7f38e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ matrix:
allow_failures:
- php: nightly

before_script:
install:
- composer install --prefer-dist -o

script:
composer run ci

jobs:
include:
- language: node_js
node_js: 12
install:
- npm install
script:
- npm test

0 comments on commit 4c7f38e

Please sign in to comment.