Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
d910a389
Unverified
Commit
d910a389
authored
Sep 11, 2018
by
Vaibhav Sagar
Committed by
GitHub
Sep 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #935 from gibiansky/enable-display-8-4
Update .travis.yml
parents
83a823d5
0d3316cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+6
-6
No files found.
.travis.yml
View file @
d910a389
...
...
@@ -80,7 +80,7 @@ matrix:
stack exec -- jupyter nbconvert --to=notebook --execute --stdout notebooks/IHaskell.ipynb > ~/ihaskell-out.ipynb
# Images are rendered differently on different systems, so filter them out in the comparison
diff <(
grep -v image/png ~/ihaskell-out.ipynb) <(grep -v image/png
notebooks/IHaskell.ipynb)
diff <(
egrep -v 'image/png|version|pygments' ~/ihaskell-out.ipynb) <(egrep -v 'image/png|version|pygments'
notebooks/IHaskell.ipynb)
fi
-
env
:
DISPLAY=true USE_STACK_YAML="stack.yaml"
# GHC 8.2.2
language
:
python
...
...
@@ -159,9 +159,9 @@ matrix:
stack exec -- jupyter nbconvert --to=notebook --execute --stdout notebooks/IHaskell.ipynb > ~/ihaskell-out.ipynb
# Images are rendered differently on different systems, so filter them out in the comparison
diff <(
grep -v image/png ~/ihaskell-out.ipynb) <(grep -v image/png
notebooks/IHaskell.ipynb)
diff <(
egrep -v 'image/png|version|pygments' ~/ihaskell-out.ipynb) <(egrep -v 'image/png|version|pygments'
notebooks/IHaskell.ipynb)
fi
-
env
:
DISPLAY=
false USE_STACK_YAML="stack-8.4.yaml"
# GHC 8.4.1
-
env
:
DISPLAY=
true USE_STACK_YAML="stack-8.4.yaml"
# GHC 8.4.3
language
:
python
# Test against different stack LTS versions.
...
...
@@ -238,7 +238,7 @@ matrix:
stack exec -- jupyter nbconvert --to=notebook --execute --stdout notebooks/IHaskell.ipynb > ~/ihaskell-out.ipynb
# Images are rendered differently on different systems, so filter them out in the comparison
diff <(
grep -v image/png ~/ihaskell-out.ipynb) <(grep -v image/png
notebooks/IHaskell.ipynb)
diff <(
egrep -v 'image/png|version|pygments' ~/ihaskell-out.ipynb) <(egrep -v 'image/png|version|pygments'
notebooks/IHaskell.ipynb)
fi
-
language
:
nix
env
:
RELEASE_NIX="release.nix"
...
...
@@ -269,7 +269,7 @@ matrix:
ihaskell-static-canvas
])'
-
result/bin/ihaskell-nbconvert --to=notebook --execute --stdout notebooks/IHaskell.ipynb > ~/ihaskell-out.ipynb
-
diff <(
grep -v image/png ~/ihaskell-out.ipynb) <(grep -v image/png
notebooks/IHaskell.ipynb)
-
diff <(
egrep -v 'image/png|version|pygments' ~/ihaskell-out.ipynb) <(egrep -v 'image/png|version|pygments'
notebooks/IHaskell.ipynb)
-
language
:
nix
env
:
RELEASE_NIX="release-8.2.nix"
cache
:
...
...
@@ -299,4 +299,4 @@ matrix:
ihaskell-static-canvas
])'
-
result/bin/ihaskell-nbconvert --to=notebook --execute --stdout notebooks/IHaskell.ipynb > ~/ihaskell-out.ipynb
-
diff <(
grep -v image/png ~/ihaskell-out.ipynb) <(grep -v image/png
notebooks/IHaskell.ipynb)
-
diff <(
egrep -v 'image/png|version|pygments' ~/ihaskell-out.ipynb) <(egrep -v 'image/png|version|pygments'
notebooks/IHaskell.ipynb)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment