Skip to content

Commit

Permalink
Update travis setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
master-q committed Sep 25, 2013
1 parent 5a961d1 commit bc824e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,12 +3,10 @@ branches:
- master
before_install:
- date
- ./travis-ci/show_setting.sh
- export PATH=$HOME/.cabal/bin:$PATH
- ./travis-ci/setup.sh
- git --version
- ghc --version
- git fetch --tags
- ./travis-ci/show_setting.sh
script:
- ./travis-ci/build.sh
- make regress
Expand Down
3 changes: 3 additions & 0 deletions travis-ci/show_setting.sh
Expand Up @@ -4,3 +4,6 @@ ulimit -a
cat /proc/cpuinfo
cat /proc/meminfo
cat /etc/apt/sources.list
git --version
ghc --version

0 comments on commit bc824e1

Please sign in to comment.