You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,15 @@ env:
11
11
- NODE_VERSION=4
12
12
- NODE_VERSION=6
13
13
14
-
language: ruby
14
+
language: c
15
15
16
16
cache:
17
+
apt: true
18
+
bundler: true
17
19
directories:
18
20
- node_modules
19
21
- test/testApp/node_modules
20
22
- $HOME/.electron
21
-
- $HOME/.npm
22
23
23
24
addons:
24
25
apt:
@@ -33,16 +34,15 @@ before_install:
33
34
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
34
35
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-tar dpkg libicns graphicsmagick git-lfs; fi
35
36
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git lfs pull; fi
36
-
- gem install --no-rdoc --no-ri fpm
37
37
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then test/install-linux-dependencies.sh; fi
38
38
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -L https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-linux-amd64-1.2.0.tar.gz | tar -xz; fi
39
39
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git-lfs-1.2.0/git-lfs pull; fi
0 commit comments