-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from itslanguage/graphviz
chore: remove failing dependency
- Loading branch information
Showing
4 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,7 @@ env: | |
global: | ||
- COMMIT_AUTHOR_NAME: ITSLanguage Bot | ||
- COMMIT_AUTHOR_EMAIL: [email protected] | ||
- SITE_DIR: $TRAVIS_BUILD_DIR/.site | ||
|
||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install -y graphviz | ||
- SITE_DIR: $TRAVIS_BUILD_DIR/.site | ||
|
||
after_success: | ||
# Failing will "fail" the build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
## Welcome | ||
|
||
This is a work-in-progress help site for <a href="http://www.itslanguage.nl">ITSLanguage</a>. | ||
This website contains the REST API documentation for <a href="http://www.itslanguage.nl">ITSLanguage</a>. | ||
It's what you need when you're building an integration of ITSLanguage into your backend. | ||
|
||
In case you're looking for integration of ITSLanguage in your frontend, please take a look at our <a href="https://github.com/itslanguage/itslanguage-js">JS SDK</a>. | ||
|
||
## Improving This Help | ||
|
||
Just drop us an <a href="mailto:support+itslanguage@d-centralize.nl">email</a>. | ||
Just drop us an <a href="mailto:support@itslanguage.nl">email</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
markdown-inline-graphviz == 1.0 | ||
mkdocs == 0.16.0 | ||
mkdocs == 1.0.4 |