Skip to content
Snippets Groups Projects
Commit f7e61aa3 authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

Move the installation of po4a into its own script

parent e216b196
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@ language: ruby
sudo: false
cache: bundler
before_install:
- git clone https://github.com/jnavila/po4a.git
- cd po4a && git checkout git_doc && cd ..
- sh ci/install_po4a.sh
script:
- sh ci/build.sh
addons:
......
#!/bin/sh
git clone https://github.com/jnavila/po4a.git
cd po4a && git checkout git_doc && cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment