diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:24:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:25:45 +0200 |
commit | 297e911bdb245a80682b1ea428142ddae6346adc (patch) | |
tree | 450466304fd17814aa2dd22b5d1dcf5f6369ab41 /.travis.yml | |
parent | aa3796bda5a6776e0d21048239f25d385a8e7545 (diff) | |
download | PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.gz PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.zst PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.zip |
Use node 10 in travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8b3ec94d9..9018b082a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | language: node_js | 1 | language: node_js |
2 | 2 | ||
3 | node_js: | 3 | node_js: |
4 | - "8" | 4 | - "10" |
5 | 5 | ||
6 | git: | 6 | git: |
7 | depth: 1 | 7 | depth: 1 |