Travis CI setup_grader failure

164 views
Skip to first unread message

Trevor Bonas

unread,
Sep 7, 2020, 4:19:55 PM9/7/20
to cmpt-295-sfu
I'm trying to complete the labs but Travis CI fails the build. It calls $ bash scripts/setup_grader.sh but cannot find setup_grader.sh. Am I right in concluding this has nothing to do with anything on my end?

Arrvindh Shriraman

unread,
Sep 7, 2020, 4:24:13 PM9/7/20
to cmpt-295-sfu
Please remove these lines from ".travis.yml" file in the folder  

before_install:
  - cd ${TRAVIS_BUILD_DIR}
  - bash scripts/setup_grader.sh

after_failure:
  - cd ${TRAVIS_BUILD_DIR}
  - bash scripts/fail.sh

after_success:
  - cd ${TRAVIS_BUILD_DIR}
  - bash scripts/pass.sh

Trevor Bonas

unread,
Sep 8, 2020, 2:13:04 AM9/8/20
to cmpt-295-sfu
Great, thanks.
Reply all
Reply to author
Forward
0 new messages