Daniel Zlotin 8 years ago
parent
commit
378881ca6e
1 changed files with 9 additions and 10 deletions
  1. 9
    10
      .travis.yml

+ 9
- 10
.travis.yml View File

@@ -1,3 +1,10 @@
1
+git:
2
+  depth: 3
3
+
4
+branches:
5
+  only:
6
+  - master
7
+
1 8
 before_install:
2 9
   # Repo for newer Node.js versions
3 10
   - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
@@ -10,13 +17,5 @@ cache:
10 17
   directories:
11 18
   - $HOME/.yarn-cache
12 19
 
13
-git:
14
-  depth: 3
15
-
16
-branches:
17
-  only:
18
-  - master
19
-
20
-language: node_js
21
-node_js:
22
-  - "node"
20
+install:
21
+  - yarn install