mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(travis): specify NYLAS_HOME for nylas/N1#445
This commit is contained in:
parent
35f7c54376
commit
e9e0b92050
1 changed files with 4 additions and 4 deletions
|
@ -10,13 +10,13 @@ matrix:
|
||||||
include:
|
include:
|
||||||
# Wants a c++11 compiler
|
# Wants a c++11 compiler
|
||||||
- os: linux
|
- os: linux
|
||||||
env: NODE_VERSION=0.10 CC=gcc-4.8 CXX=g++-4.8
|
env: NODE_VERSION=0.10 CC=gcc-4.8 CXX=g++-4.8 NYLAS_HOME=/home/travis/.nylas
|
||||||
- os: linux
|
- os: linux
|
||||||
env: NODE_VERSION=0.12 CC=gcc-4.8 CXX=g++-4.8
|
env: NODE_VERSION=0.12 CC=gcc-4.8 CXX=g++-4.8 NYLAS_HOME=/home/travis/.nylas
|
||||||
- os: linux
|
- os: linux
|
||||||
env: NODE_VERSION=4.2 CC=gcc-4.8 CXX=g++-4.8
|
env: NODE_VERSION=4.2 CC=gcc-4.8 CXX=g++-4.8 NYLAS_HOME=/home/travis/.nylas
|
||||||
- os: linux
|
- os: linux
|
||||||
env: NODE_VERSION=5 CC=gcc-4.8 CXX=g++-4.8
|
env: NODE_VERSION=5 CC=gcc-4.8 CXX=g++-4.8 NYLAS_HOME=/home/travis/.nylas
|
||||||
- os: osx
|
- os: osx
|
||||||
env: NODE_VERSION=0.10
|
env: NODE_VERSION=0.10
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Reference in a new issue