Skip to content

Commit b118b4f

Browse files
committed
i'm not good at bash
1 parent 4a59f12 commit b118b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ install:
1515

1616
script:
1717
# Test that notebooks run successfully
18-
- treon $(awk '{printf " --exclude " $0}' test/ignore)
18+
- N=`awk '{printf " --exclude " $0}' test/ignore` treon ${!N}
1919
# Naive test to check that output committed with notebook-
2020
- find . -name "*.ipynb" -exec sh test/test_output.sh "{}" \;

0 commit comments

Comments
 (0)