Skip to content

Commit 84ea75f

Browse files
committed
remove function travis() from shellHooks
1 parent 85de905 commit 84ea75f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shell.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ in
2020
cabal v1-configure --enable-tests && \
2121
cabal v1-build test && dist/build/test/test
2222
}
23-
function travis () {
24-
cabal v1-configure --enable-tests \
25-
-f+disable-default-paths \
26-
--extra-lib-dirs=/opt/arrayfire/lib64 \
27-
--extra-include-dirs=/opt/arrayfire/include && \
28-
cabal v1-build test && dist/build/test/test
29-
}
3023
function doctest-runner () {
3124
${pkgs.ag}/bin/ag -l | \
3225
${pkgs.entr}/bin/entr sh -c \

0 commit comments

Comments
 (0)