summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/.travis.yml
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
commitefb336a23b65a9a2d56889396b13c1757bdaf354 (patch)
tree234e40115f79a84c8a755df6fb932cc6797e36e1 /.config/fisher/github.com/matchai/spacefish/.travis.yml
Initial commit
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/.travis.yml')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.travis.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/.travis.yml b/.config/fisher/github.com/matchai/spacefish/.travis.yml
new file mode 100644
index 00000000..ea753cde
--- /dev/null
+++ b/.config/fisher/github.com/matchai/spacefish/.travis.yml
@@ -0,0 +1,41 @@
+language: node_js
+node_js: stable
+env:
+ global:
+ - HOMEBREW_NO_AUTO_UPDATE=1
+ - BREW_FISH2="https://raw.githubusercontent.com/Homebrew/homebrew-core/2827b020c3366ea93566a344167ba62388c16c7d/Formula/fish.rb"
+
+jobs:
+ include:
+ - stage: test
+ name: "Fish 2.X Linux"
+ os: linux
+ sudo: required
+ install:
+ - sudo apt-add-repository -y ppa:fish-shell/release-2
+ - sudo apt-get update
+ - sudo apt-get install -y fish
+
+ - stage: test
+ name: "Fish 2.X macOS"
+ os: osx
+ install: brew install $BREW_FISH2
+
+ - stage: test
+ name: "Fish 3.X Linux"
+ os: linux
+ sudo: required
+ install:
+ - sudo apt-add-repository -y ppa:fish-shell/release-3
+ - sudo apt-get update
+ - sudo apt-get install -y fish
+
+ - stage: test
+ name: "Fish 3.X macOS"
+ os: osx
+ install: brew install fish
+
+ - stage: release
+ provider: script
+ skip_cleanup: true
+ script: npx semantic-release