Skip to content

Commit

Permalink
Swap out the build button - the build is tested by the generator, and…
Browse files Browse the repository at this point in the history
… the main repo's build is just for automation - fails don't matter.
  • Loading branch information
Lattyware committed Jun 25, 2019
1 parent fb91cde commit c87a50e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-fontawesome-generator",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate elm modules for FontAwesome icons.",
"main": "src/elm-fontawesome.js",
"author": "Gareth Latty <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion resources/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:

deploy:
provider: script
script: deploy.sh
script: sh ${TRAVIS_BUILD_DIR}/deploy.sh
skip_cleanup: true
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion resources/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FontAwesome 5 for Elm. [![Build Status](https://travis-ci.com/Lattyware/elm-fontawesome.svg?branch=master)](https://travis-ci.com/Lattyware/elm-fontawesome)
# FontAwesome 5 for Elm. [![Build Status](https://travis-ci.com/Lattyware/elm-fontawesome-generator.svg?branch=master)](https://travis-ci.com/Lattyware/elm-fontawesome-generator)

This is an Elm library for [FontAwesome 5][fa]. This does not rely on any external javascript (e.g: using the
JavaScript library to replace nodes, which can cause issues with Elm), and unlike the font, only includes the icons you
Expand Down
2 changes: 1 addition & 1 deletion src/js/elm-fontawesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {styles} from "./template/styles";
import * as elm from "./template/elm";
import {icons} from "./template/icons";

const version = "3.0.1";
const version = "3.0.2";

const exec = promisify(exec_internal);

Expand Down

0 comments on commit c87a50e

Please sign in to comment.