403Webshell
Server IP : 103.191.208.88  /  Your IP : 216.73.216.44
Web Server : Microsoft-IIS/10.0
System : Windows NT COSMIC 10.0 build 20348 (Windows Server 2022) AMD64
User : IWPD_1831(willswel_) ( 0)
PHP Version : 8.2.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/Inetpub/vhosts/willswell.com/httpdocs/wp-content/plugins/WordPress-Importer-master/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/Inetpub/vhosts/willswell.com/httpdocs/wp-content/plugins/WordPress-Importer-master/.travis.yml
dist: trusty
sudo: false

language: php

matrix:
  fast_finish: true
  include:
    - php: 5.2
    - php: 5.3
    - php: 5.4
    - php: 5.5
    - php: 5.6
    - php: 7.0
    - php: hhvm

    - php: 5.6
      env: WP_TRAVISCI="travis:phpvalidate"

branches:
  only:
    - master

env:
  global:
    - WP_TRAVISCI="travis:phpunit"

# Clones WordPress and configures our testing environment.
before_script:
  # Setup Coveralls
  - phpenv local 5.5
  - composer install --no-interaction
  - phpenv local --unset

  - bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest

  - cd $TRAVIS_BUILD_DIR
  - nvm install 6
  - nvm use 6
  - node -v
  - npm -v
  - npm install -g grunt-cli
  - npm install

script:
  - grunt $WP_TRAVISCI

after_script:
  # Push coverage off to Codecov
  - bash <(curl -s https://codecov.io/bash)

Youez - 2016 - github.com/yon3zu
LinuXploit