Browse Source

Remove build step

pull/196/head
Dac Chartrand 6 years ago
parent
commit
ede4a25d54
  1. 1
      .travis.yml

1
.travis.yml

@ -37,7 +37,6 @@ install:
script:
- npm run install-build-tools
- npm run test
- npm run build
- npm run rmdist
- npm run "build:production"
- composer test

Loading…
Cancel
Save