Changeset 6a6a15e in mainline


Ignore:
Timestamp:
2019-08-17T14:07:15Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65bac9b
Parents:
5c08011e
Message:

Update travis.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/travis.sh

    r5c08011e r6a6a15e  
    8787    echo "Will try to run C style check."
    8888    echo
    89     make ccheck || exit 1
     89    cd tools
     90    ./build-ccheck.sh || exit 1
     91    cd ..
     92    tools/ccheck.sh || exit 1
    9093    echo "C style check passed."
    9194    exit 0
Note: See TracChangeset for help on using the changeset viewer.