Skip to content

Commit

Permalink
Testing travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Jul 22, 2019
1 parent 65f6af9 commit 1818764
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
language: nix

matrix:
jobs:
include:
- os: linux
env: TRAVIS_OS=linux
- os: osx
env: TRAVIS_OS=osx
- language: nix
matrix:
include:
- os: linux
env: TRAVIS_OS=linux
- os: osx
env: TRAVIS_OS=osx
- stage: GitHub Release
script: echo "Deploying to GitHub releases ..."
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
skip_cleanup: true
on:
tags: true


after_script:
- file ./result/bin/terraform-lsp

0 comments on commit 1818764

Please sign in to comment.