Skip to content

Commit

Permalink
Fix example paths in Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Sep 30, 2019
1 parent 1e1e276 commit cf9873e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
script:
- lint .
- lint examples/resnet
- lint examples/resnet101_performance_benchmark
- lint examples/resnet101_speed_benchmark
- lint examples/resnet101_accuracy_benchmark
- lint examples/amoebanet
- lint examples/amoebanetd_performance_benchmark
- lint examples/amoebanetd_speed_benchmark

# Test with various Python and PyTorch versions.
install:
Expand Down

0 comments on commit cf9873e

Please sign in to comment.