diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-07-10 02:44:15 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-07-10 02:44:15 +0200 |
commit | 1e1a548459b54b0a52fa82aa65d0b2b4a6d04709 (patch) | |
tree | 77fbf038f812556f6ec0193d2ab08b635316cc49 | |
parent | ba33fd82779fa27dcee600c02a8e97d5364b9fe1 (diff) | |
download | plyr-1e1a548459b54b0a52fa82aa65d0b2b4a6d04709.tar.lz plyr-1e1a548459b54b0a52fa82aa65d0b2b4a6d04709.tar.xz plyr-1e1a548459b54b0a52fa82aa65d0b2b4a6d04709.zip |
Simplify travis conf
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d2722414..29a6dfc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js -node_js: - - 'lts/*' +node_js: lts/* script: - - npm run lint - - npm run build +- npm run lint +- npm run build |