Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jacobsa-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
jacobsa-fuse
Commits
fe7f3a55
Commit
fe7f3a55
authored
May 13, 2017
by
Aaron Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: enable macOS builds too.
parent
da343d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
10 deletions
+22
-10
.travis.yml
.travis.yml
+22
-10
No files found.
.travis.yml
View file @
fe7f3a55
# Cf. http://docs.travis-ci.com/user/getting-started/
# Cf. http://docs.travis-ci.com/user/languages/go/
language
:
go
go
:
1.8.1
# Use the virtualized Trusty beta Travis is running in order to get support for
# installing fuse.
#
# Cf. Personal communication from support@travis-ci.com.
dist
:
trusty
matrix
:
include
:
-
os
:
linux
language
:
go
go
:
1.8.1
# Use the virtualized Trusty beta Travis is running in order to get
# support for installing fuse.
#
# Cf. Personal communication from support@travis-ci.com.
dist
:
trusty
sudo
:
required
-
os
:
osx
language
:
go
go
:
1.8.1
# Install fuse before installing our code.
before_install
:
-
sudo apt-get install -qq fuse
# For linux: install fuse.
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install -qq fuse;
fi
# For macOS: update homebrew and then install osxfuse.
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install osxfuse; fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment