diff options
author | Sam Potts <sam@potts.es> | 2021-01-29 23:17:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 23:17:08 +1100 |
commit | 150b07f3efd2eca83b849831c18b326fd38a320b (patch) | |
tree | 5bd62c4e7ca39416413842085769fa7abf862fe4 | |
parent | ad7778e78d6aefbe53f3f82f2c6bbd0f1dfe0c9c (diff) | |
download | plyr-150b07f3efd2eca83b849831c18b326fd38a320b.tar.lz plyr-150b07f3efd2eca83b849831c18b326fd38a320b.tar.xz plyr-150b07f3efd2eca83b849831c18b326fd38a320b.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fa259abb..29a6dfc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,5 @@ language: node_js node_js: lts/* script: -- bash .travis/omit-dist.sh - npm run lint - npm run build |