We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8c0e2 + 094782d commit bb57696Copy full SHA for bb57696
.travis-osx.sh
@@ -23,6 +23,12 @@ travis_time_end() {
23
set -x
24
}
25
26
+setup_brew_update() {
27
+ travis_time_start brew.reset
28
+ brew update-reset
29
+ travis_time_end
30
+}
31
+
32
setup_brew_test() {
33
travis_time_start brew.install
34
brew install euslisp/jskeus/jskeus --HEAD
@@ -61,6 +67,9 @@ setup_make() {
61
67
export EXIT_STATUS=0; for test_l in irteus/test/*.l; do irteusgl $test_l; export EXIT_STATUS=`expr $? + $EXIT_STATUS`; done;echo "Exit status : $EXIT_STATUS"; [ $EXIT_STATUS == 0 ] || exit 1
62
68
travis_time_end
63
69
70
71
+setup_brew_update
72
64
73
if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_BRANCH" = "master" ]; then
65
74
setup_brew_test
66
75
else
0 commit comments