Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpoeti8 <ezzati.upt@gmail.com>2019-05-29 17:51:42 +0300
committerpoeti8 <ezzati.upt@gmail.com>2019-05-29 17:51:42 +0300
commit6fa59d026c7679d343b0b53182bacf078da5d98b (patch)
tree9ec549afefe4657691512d8232c7c3c6a099a3eb /.travis.yml
parent93f4b0e745c9a02eaea206abb15396c40bbf9c4e (diff)
Fix travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index df084d6..c887aa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,6 @@ language: node_js
node_js:
- "9"
-before_install:
- - cp ./server/config.example.js ./server/config.js
- - cp ./client/config.example.js ./client/config.js
-
script:
- yarn run lint:nofix
- yarn test