Skip to content

Commit

Permalink
Final tweaks to ci/travis config
Browse files Browse the repository at this point in the history
- Remove appveyor badge from readme
- Allow release key to be used from Travis
  • Loading branch information
hdgarrood committed Apr 14, 2019
1 parent 88b0010 commit bb15592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
# Workaround for a Travis caching bug on Windows where absolute paths
# are not restored from caches properly:
# https://github.com/travis-ci/casher/pull/38
env: STACK_ROOT=$TRAVIS_BUILD_DIR/.stack_root RELEASE_KEY=
env: STACK_ROOT=$TRAVIS_BUILD_DIR/.stack_root
# workaround for https://travis-ci.community/t/windows-instances-hanging-before-install/250/15
# We also zero out the RELEASE_KEY environment variable above to reduce
# the risk of accidentally leaking it.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.

[![Hackage](https://img.shields.io/hackage/v/purescript.svg)](http://hackage.haskell.org/package/purescript) [![Build Status](https://api.travis-ci.org/purescript/purescript.svg?branch=master)](http://travis-ci.org/purescript/purescript) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/purescript/purescript?branch=master&svg=true)](https://ci.appveyor.com/project/hdgarrood/purescript-lfgff/history)
[![Hackage](https://img.shields.io/hackage/v/purescript.svg)](http://hackage.haskell.org/package/purescript) [![Build Status](https://api.travis-ci.org/purescript/purescript.svg?branch=master)](http://travis-ci.org/purescript/purescript)

## Language info

Expand Down

0 comments on commit bb15592

Please sign in to comment.