Sfoglia il codice sorgente

travis: also install cabal-install before install

- change to align with rest of smaccmpilot builds, which succeed
  at installing ivory where this one fails
- cabal is the goddam worst
Pat Hickey 9 anni fa
parent
commit
543d484283
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -1,6 +1,4 @@
 language: haskell
-
-
 before_install:
   - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
   - sudo apt-get update -qq
@@ -12,6 +10,7 @@ before_install:
   - git clone https://github.com/galoisinc/ivory-tower-stm32
   - export BSP_REPO=$PWD/ivory-tower-stm32
 install:
+  - cabal install cabal-install
   - cabal install alex
   - cabal install happy
 script: