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 ecfc50e + 0e92422 commit 094782dCopy full SHA for 094782d
.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
@@ -60,6 +66,9 @@ setup_make() {
60
66
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
61
67
travis_time_end
62
68
69
70
+setup_brew_update
71
63
72
if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_BRANCH" = "master" ]; then
64
73
setup_brew_test
65
74
else
0 commit comments