Changeset 15162


Ignore:
Timestamp:
11/21/19 15:05:06 (4 years ago)
Author:
Mark Evenson
Message:

ci: fix cwd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/.travis.yml

    r15161 r15162  
    1818
    1919install:
    20   - echo $(cwd)
     20  - echo $(pwd)
    2121  - ant abcl
    2222  - mkdir -p ~/quicklisp/local-projects && cd ~/quicklisp/local-projects && git clone https://github.com/cffi/cffi && cd cffi && git show-ref && git rev-parse
Note: See TracChangeset for help on using the changeset viewer.