mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
fix(travis): accidentally removed the language selection
This commit is contained in:
parent
8eb6868f6c
commit
8230148e5e
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,3 +1,10 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4.1"
|
||||
- "4.0"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
@ -11,6 +18,3 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- libgnome-keyring-dev
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
|
Loading…
Reference in a new issue