Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit bd3e495

Browse files
committed
ci: disable derivation generation for now
1 parent 1edc100 commit bd3e495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ script:
2525
# There does not appear to be a node2nix option to turn this off.
2626
# Travis will also kill a build if no output is received for 10 mins, so
2727
# use `travis_wait` to ensure that does not happen.
28-
- (cd nix/pkgs/development/node-packages; travis_wait 60 ./generate.sh)
29-
- (cd nix/pkgs/development/python-modules; ./generate.sh)
30-
- (cd nix/pkgs/development/r-modules; ./generate.sh)
28+
#- (cd nix/pkgs/development/node-packages; travis_wait 60 ./generate.sh)
29+
#- (cd nix/pkgs/development/python-modules; ./generate.sh)
30+
#- (cd nix/pkgs/development/r-modules; ./generate.sh)
3131

3232
# Upload test coverage to codecov
3333
# See https://docs.codecov.io/v5.0.0/docs/about-the-codecov-bash-uploader

0 commit comments

Comments
 (0)