Commit 59fad79 1 parent edfad19 commit 59fad79 Copy full SHA for 59fad79
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ before_install:
30
30
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sed -i 's/- -dynamic /- -static /g' $TRAVIS_BUILD_DIR/package.yaml; fi
31
31
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat /proc/cpuinfo; fi
32
32
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat /proc/meminfo; fi
33
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt install hledger; fi
34
33
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sysctl -n machdep.cpu.brand_string; fi
35
34
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update --verbose; fi
36
35
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install --verbose haskell-stack hledger; fi
@@ -54,6 +53,7 @@ install:
54
53
- hledger-flow version
55
54
- ldd $(which hledger-flow) || true
56
55
- ./bin/release-tarball ~/.local/bin/hledger-flow
56
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then stack install hledger; fi
57
57
- which hledger
58
58
- hledger --version
59
59
- git clone --recurse-submodules https://github.com/apauley/hledger-flow-example.git $HOME/hledger-flow-example
You can’t perform that action at this time.
0 commit comments